home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / schools / sandywatt / _dynamics / setpieces < prev    next >
Text File  |  1992-02-22  |  1KB  |  155 lines

  1. Title=Central force - 1
  2. XForce=-b*x/R^c
  3. YForce=-B*y/R^c
  4. Mass=1
  5. g=0
  6. b=100
  7. c=3
  8. MinX=-15
  9. MaxX=5
  10. XUnit=m
  11. MinY=-10
  12. MaxY=10 
  13. YUnit=m
  14. Boundary=R<1
  15. InitX=5
  16. InitY=0
  17. InitVx=0
  18. InitVy=5.5
  19. end
  20.  
  21. Title=Central force - 2
  22. XForce=-x/R^3
  23. YForce=-y/R^3
  24. Mass=1
  25. g=0
  26. b=0
  27. c=0
  28. MinX=-1.6
  29. MaxX=1.6
  30. XUnit=m
  31. MinY=-1.6
  32. MaxY=1.6
  33. YUnit=m
  34. Boundary=R<0.2
  35. InitX=-1.5
  36. InitY=0
  37. InitVx=0
  38. InitVy=0.82
  39. end
  40.  
  41. Title=Central force - 2
  42. XForce=-x/R^C
  43. YForce=-y/R^C
  44. Mass=1
  45. g=0
  46. b=0
  47. c=3.5
  48. MinX=-10
  49. MaxX=10
  50. XUnit=m
  51. MinY=-10
  52. MaxY=10
  53. YUnit=m
  54. Boundary=R<0.1
  55. InitX=-10
  56. InitY=0
  57. InitVx=0
  58. InitVy=0.1235
  59. end
  60.  
  61. Title=SHM - 2 dimensions
  62. XForce=-b*x
  63. YForce=-B*y
  64. Mass=1
  65. g=0
  66. b=0.5
  67. c=0
  68. MinX=-10
  69. MaxX=10
  70. XUnit=m
  71. MinY=-10
  72. MaxY=10 
  73. YUnit=m
  74. Boundary=R<1
  75. InitX=8
  76. InitY=0
  77. InitVx=3
  78. InitVy=4
  79. end
  80. Title=Air resistance
  81. XForce=-c*vx
  82. YForce=g-c*vy
  83. Mass=1
  84. g=-9.81
  85. b=0
  86. c=0
  87. MinX=0
  88. MaxX=2000
  89. XUnit=m
  90. MinY=0
  91. MaxY=2000 
  92. YUnit=m
  93. Boundary=y<1
  94. InitX=0
  95. InitY=0
  96. InitVx=100
  97. InitVy=100
  98. end
  99. Title=Molecular Potential
  100. XForce=2/x^3-1/x^2
  101. YForce=0
  102. Mass=1
  103. g=0
  104. b=0
  105. c=0
  106. MinX=0
  107. MaxX=10
  108. XUnit=m
  109. MinY=0
  110. MaxY=2 
  111. YUnit=m
  112. Boundary=R<1
  113. InitX=2.5
  114. InitY=1
  115. InitVx=0
  116. InitVy=0
  117. end
  118. Title=Lissajou figures
  119. XForce=-b*x
  120. YForce=-c*y
  121. Mass=1
  122. g=0
  123. b=0.5
  124. c=1.2
  125. MinX=-10
  126. MaxX=10
  127. XUnit=m
  128. MinY=-10
  129. MaxY=10 
  130. YUnit=m
  131. Boundary=R<-1
  132. InitX=8
  133. InitY=0
  134. InitVx=3
  135. InitVy=4
  136. end
  137. Title=Van der Pol oscillator
  138. XForce=-g*g*x+b*(c*c-Vx*Vx)*Vx
  139. YForce=0
  140. Mass=1
  141. g=2
  142. b=0.1
  143. c=1
  144. MinX=-10
  145. MaxX=10
  146. XUnit=m
  147. MinY=-10
  148. MaxY=10 
  149. YUnit=m
  150. Boundary=R<-1
  151. InitX=8
  152. InitY=0
  153. InitVx=3
  154. InitVy=0
  155. end